runtime.itabTableType.count (field)

5 uses

	runtime (current package)
		iface.go#L25: 	count   uintptr             // current number of filled entries.
		iface.go#L132: 	if t.count >= 3*(t.size/4) { // 75% load factor
		iface.go#L145: 		if t2.count != t.count {
		iface.go#L180: 			t.count++